projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c212f68
)
Make sure Gdk-2.0.gir is installed
author
Johan Dahlin
<johan@gnome.org>
Thu, 31 Dec 2009 00:48:50 +0000
(
01:48
+0100)
committer
Johan Dahlin
<johan@gnome.org>
Thu, 31 Dec 2009 00:48:50 +0000
(
01:48
+0100)
Fixes a variable name typo
gdk/Makefile.am
patch
|
blob
|
history
diff --git
a/gdk/Makefile.am
b/gdk/Makefile.am
index 7dfc1933b4a4e5c122ed92f87b79df2ed75e33aa..e1cd8c71ad74c203a38e691592e689a58e2a9819 100644
(file)
--- a/
gdk/Makefile.am
+++ b/
gdk/Makefile.am
@@
-211,7
+211,7
@@
girdir = $(datadir)/gir-1.0
dist_gir_DATA = $(INTROSPECTION_GIRS)
typelibsdir = $(libdir)/girepository-1.0
-typelibs_DATA = $(
BUILT_GIRSOURCE
S:.gir=.typelib)
+typelibs_DATA = $(
INTROSPECTION_GIR
S:.gir=.typelib)
CLEANFILES += $(dist_gir_DATA) $(typelibs_DATA)
endif